A B C D E F G H I K L M N O P R S T U V W X

A

addFrame(ID3V2Frame) - Method in class de.ueberdosis.mp3info.id3v2.ID3V2Tag
 
addUpdateListener(UpdateListener) - Method in class de.ueberdosis.mp3info.gui.Id3JPanel
 
adjustment - Variable in class de.ueberdosis.mp3info.id3v2.FrameEQUA.Adjustment
 
analyzeID3V2Frame(byte[]) - Static method in class de.ueberdosis.mp3info.id3v2.ID3V2Reader
 
analyzeID3V2Header(byte[]) - Static method in class de.ueberdosis.mp3info.id3v2.ID3V2Reader
Tries to get basic information on an ID3V2Tag
arrayToHexString(byte[]) - Static method in class de.ueberdosis.mp3info.id3v2.Helper
converts a byte array to a Hex string.

B

bitrates - Static variable in class de.ueberdosis.mp3info.ExtendedID3Tag
String represenations of the bitrates
bitratesI - Static variable in class de.ueberdosis.mp3info.ExtendedID3Tag
Int representations of the bitrates.
bpm - Variable in class de.ueberdosis.mp3info.id3v2.FrameSYTC.TimeCode
 
buttonHeight - Static variable in class de.ueberdosis.mp3info.Configuration
Height of a JButton ("OK") in the GUI-elements
buttonWidth - Static variable in class de.ueberdosis.mp3info.Configuration
Width of a JButton ("OK") in the GUI-elements
byteToHexString(byte) - Static method in class de.ueberdosis.mp3info.id3v2.Helper
converts a byte to a Hex string
byteToHexString(int) - Static method in class de.ueberdosis.mp3info.id3v2.Helper
Converts an unsigned int-wrapped byte to a Hex String i.e.
byteToUnsignedInt(byte) - Static method in class de.ueberdosis.mp3info.id3v2.Helper
converts a byte to an unsigned int

C

canDisplay() - Method in interface de.ueberdosis.mp3info.id3v2.EncDescValFrame
 
canDisplay() - Method in class de.ueberdosis.mp3info.id3v2.FrameAENC
Can be displayed
canDisplay() - Method in class de.ueberdosis.mp3info.id3v2.FrameCOMM
 
canDisplay() - Method in class de.ueberdosis.mp3info.id3v2.FrameOWNE
Can be displayed
canDisplay() - Method in class de.ueberdosis.mp3info.id3v2.FrameTALB
 
canDisplay() - Method in class de.ueberdosis.mp3info.id3v2.FrameTCOM
 
canDisplay() - Method in class de.ueberdosis.mp3info.id3v2.FrameTCON
 
canDisplay() - Method in class de.ueberdosis.mp3info.id3v2.FrameTCOP
 
canDisplay() - Method in class de.ueberdosis.mp3info.id3v2.FrameTENC
 
canDisplay() - Method in class de.ueberdosis.mp3info.id3v2.FrameTIME
 
canDisplay() - Method in class de.ueberdosis.mp3info.id3v2.FrameTIT2
 
canDisplay() - Method in class de.ueberdosis.mp3info.id3v2.FrameTOPE
 
canDisplay() - Method in class de.ueberdosis.mp3info.id3v2.FrameTPE1
 
canDisplay() - Method in class de.ueberdosis.mp3info.id3v2.FrameTRCK
 
canDisplay() - Method in class de.ueberdosis.mp3info.id3v2.FrameTSIZ
 
canDisplay() - Method in class de.ueberdosis.mp3info.id3v2.FrameTYER
 
canDisplay() - Method in class de.ueberdosis.mp3info.id3v2.FrameWXXX
 
canDisplay() - Method in class de.ueberdosis.mp3info.id3v2.ID3V2Frame
Informs if the frame can create a component to display its contents To be overwritten by subclasses
canEdit() - Method in interface de.ueberdosis.mp3info.id3v2.EncDescValFrame
 
canEdit() - Method in class de.ueberdosis.mp3info.id3v2.FrameAENC
Can not be edited
canEdit() - Method in class de.ueberdosis.mp3info.id3v2.FrameCOMM
 
canEdit() - Method in class de.ueberdosis.mp3info.id3v2.FrameOWNE
Can be edited
canEdit() - Method in class de.ueberdosis.mp3info.id3v2.FrameTALB
 
canEdit() - Method in class de.ueberdosis.mp3info.id3v2.FrameTCOM
 
canEdit() - Method in class de.ueberdosis.mp3info.id3v2.FrameTCON
 
canEdit() - Method in class de.ueberdosis.mp3info.id3v2.FrameTCOP
 
canEdit() - Method in class de.ueberdosis.mp3info.id3v2.FrameTENC
 
canEdit() - Method in class de.ueberdosis.mp3info.id3v2.FrameTIME
 
canEdit() - Method in class de.ueberdosis.mp3info.id3v2.FrameTIT2
 
canEdit() - Method in class de.ueberdosis.mp3info.id3v2.FrameTLEN
Only to be set by the application
canEdit() - Method in class de.ueberdosis.mp3info.id3v2.FrameTOPE
 
canEdit() - Method in class de.ueberdosis.mp3info.id3v2.FrameTPE1
 
canEdit() - Method in class de.ueberdosis.mp3info.id3v2.FrameTRCK
 
canEdit() - Method in class de.ueberdosis.mp3info.id3v2.FrameTSIZ
 
canEdit() - Method in class de.ueberdosis.mp3info.id3v2.FrameTYER
 
canEdit() - Method in class de.ueberdosis.mp3info.id3v2.FrameWXXX
 
canEdit() - Method in class de.ueberdosis.mp3info.id3v2.ID3V2Frame
Informs if the frame can create a component to edit its contents To be overwritten by subclasses
channelModes - Static variable in class de.ueberdosis.mp3info.ExtendedID3Tag
String representation of the channel modes
channels - Static variable in class de.ueberdosis.mp3info.ExtendedID3Tag
Int representation of the channel modes.
checkAllFrames(RandomAccessFile) - Method in class de.ueberdosis.mp3info.ID3Reader
Reads all frames sequentially.
checkLanguage(String) - Static method in class de.ueberdosis.mp3info.id3v2.Languages
Checks if a language is defined
checkVBR(RandomAccessFile) - Method in class de.ueberdosis.mp3info.ID3Reader
Checks a file for encoding with variable bitrate.
Configuration - class de.ueberdosis.mp3info.Configuration.
Contains various switches and values that can be changed by developers.
Configuration() - Constructor for class de.ueberdosis.mp3info.Configuration
 
containsData() - Method in class de.ueberdosis.mp3info.id3v2.FrameAPIC
 
containsData() - Method in class de.ueberdosis.mp3info.id3v2.FrameCOMM
 
containsData() - Method in class de.ueberdosis.mp3info.id3v2.FrameOWNE
 
containsData() - Method in class de.ueberdosis.mp3info.id3v2.FrameT
 
containsData() - Method in class de.ueberdosis.mp3info.id3v2.FrameWXXX
 
containsData() - Method in class de.ueberdosis.mp3info.id3v2.ID3V2Frame
Denotes if actual data are in this frame.
createJPanel(boolean, boolean) - Method in class de.ueberdosis.mp3info.id3v2.FrameAENC
 
createJPanel(boolean, boolean) - Method in class de.ueberdosis.mp3info.id3v2.FrameCOMM
 
createJPanel(boolean, boolean) - Method in class de.ueberdosis.mp3info.id3v2.FrameOWNE
 
createJPanel(boolean, boolean) - Method in class de.ueberdosis.mp3info.id3v2.FrameTALB
 
createJPanel(boolean, boolean) - Method in class de.ueberdosis.mp3info.id3v2.FrameTCOM
 
createJPanel(boolean, boolean) - Method in class de.ueberdosis.mp3info.id3v2.FrameTCON
 
createJPanel(boolean, boolean) - Method in class de.ueberdosis.mp3info.id3v2.FrameTCOP
 
createJPanel(boolean, boolean) - Method in class de.ueberdosis.mp3info.id3v2.FrameTENC
 
createJPanel(boolean, boolean) - Method in class de.ueberdosis.mp3info.id3v2.FrameTIME
 
createJPanel(boolean, boolean) - Method in class de.ueberdosis.mp3info.id3v2.FrameTIT2
 
createJPanel(boolean, boolean) - Method in class de.ueberdosis.mp3info.id3v2.FrameTOPE
 
createJPanel(boolean, boolean) - Method in class de.ueberdosis.mp3info.id3v2.FrameTPE1
 
createJPanel(boolean, boolean) - Method in class de.ueberdosis.mp3info.id3v2.FrameTRCK
 
createJPanel(boolean, boolean) - Method in class de.ueberdosis.mp3info.id3v2.FrameTSIZ
 
createJPanel(boolean, boolean) - Method in class de.ueberdosis.mp3info.id3v2.FrameTYER
 
createJPanel(boolean, boolean) - Method in class de.ueberdosis.mp3info.id3v2.FrameWXXX
 
createJPanel(boolean, boolean) - Method in class de.ueberdosis.mp3info.id3v2.ID3V2Frame
Creates a JPanel to display or edit the contents of the frame.
createJPanel(boolean, boolean, String) - Method in class de.ueberdosis.mp3info.id3v2.FrameT
 
createPanel(boolean, boolean) - Method in class de.ueberdosis.mp3info.id3v2.ID3V2Frame
Creates a (AWT-)Panel to display or edit the contents of the frame.

D

dataChanged - Variable in class de.ueberdosis.mp3info.id3v2.ID3V2Frame
The information if a Frame has been altered.
DataSource - interface de.ueberdosis.mp3info.id3v2.DataSource.
 
dataUpdated(UpdateEvent) - Method in interface de.ueberdosis.mp3info.gui.event.UpdateListener
 
de.ueberdosis.mp3info - package de.ueberdosis.mp3info
 
de.ueberdosis.mp3info.facades - package de.ueberdosis.mp3info.facades
 
de.ueberdosis.mp3info.gui - package de.ueberdosis.mp3info.gui
 
de.ueberdosis.mp3info.gui.event - package de.ueberdosis.mp3info.gui.event
 
de.ueberdosis.mp3info.id3v2 - package de.ueberdosis.mp3info.id3v2
 
de.ueberdosis.util - package de.ueberdosis.util
 
decodeBytesToInt(byte[]) - Static method in class de.ueberdosis.mp3info.id3v2.Helper
 
DEFAULT_ENCODING - Static variable in interface de.ueberdosis.mp3info.Defines
 
defaultLanguage - Static variable in class de.ueberdosis.mp3info.Configuration
The default language for descriptions in Frames.
Defines - interface de.ueberdosis.mp3info.Defines.
Contains global constants.
deprecatedSince - Variable in class de.ueberdosis.mp3info.id3v2.ID3V2Frame
The information since when a a Frame is illegal To be changed by subclasses.
deprecatedSince() - Method in class de.ueberdosis.mp3info.id3v2.FrameOWNE
 
deprecatedSince() - Method in class de.ueberdosis.mp3info.id3v2.FrameTSIZ
 
deprecatedSince() - Method in class de.ueberdosis.mp3info.id3v2.ID3V2Frame
Informs since which version of ID3V2 this Frame has become illegal Only major versions are supported.

E

emps - Variable in class de.ueberdosis.mp3info.ExtendedID3Tag
String representation of the possible emphasis-values
EncDescValFrame - interface de.ueberdosis.mp3info.id3v2.EncDescValFrame.
A very simple interface to mark some Frames...
EncDescValJPanel - class de.ueberdosis.mp3info.gui.EncDescValJPanel.
This Panel contains display-/edit components for a number of ID3v2 Frames.
EncDescValJPanel(boolean, boolean, String, String, String, String, EncDescValFrame) - Constructor for class de.ueberdosis.mp3info.gui.EncDescValJPanel
Creates a panel.
equals(Object) - Method in class de.ueberdosis.mp3info.id3v2.ID3V2Frame
Generic method.
event - Variable in class de.ueberdosis.mp3info.id3v2.FrameETCO.EventTime
 
eventsFirstBlock - Static variable in class de.ueberdosis.mp3info.id3v2.FrameETCO
Event definitions for i = 0x00 to i = 0x14
eventsSecondBlock - Static variable in class de.ueberdosis.mp3info.id3v2.FrameETCO
Event definitions ofr i=0xE0 to i = 0xff
examples - package examples
 
ExtendedHeader - class de.ueberdosis.mp3info.id3v2.ExtendedHeader.
 
ExtendedHeader(byte[]) - Constructor for class de.ueberdosis.mp3info.id3v2.ExtendedHeader
 
ExtendedID3Tag - class de.ueberdosis.mp3info.ExtendedID3Tag.
This class contains all interesting information about an mp3.
ExtendedID3Tag(ID3Tag) - Constructor for class de.ueberdosis.mp3info.ExtendedID3Tag
 

F

FileFrameDataSource - class de.ueberdosis.mp3info.id3v2.FileFrameDataSource.
 
FileFrameDataSource(ID3V2Frame, RandomAccessFile) - Constructor for class de.ueberdosis.mp3info.id3v2.FileFrameDataSource
Creates a DataSource that reads from a file.
fireUpdateEvent(UpdateEvent) - Method in class de.ueberdosis.mp3info.gui.Id3JPanel
 
FrameAENC - class de.ueberdosis.mp3info.id3v2.FrameAENC.
Audio encryption This frame indicates if the actual audio stream is encrypted, and by whom.
FrameAENC(ID3V2Frame) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameAENC
 
FrameAENC(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameAENC
 
FrameAPIC - class de.ueberdosis.mp3info.id3v2.FrameAPIC.
Attached Picture frame This frame contains a picture directly related to the audio file.
FrameAPIC(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameAPIC
 
FrameCOMM - class de.ueberdosis.mp3info.id3v2.FrameCOMM.
Comments frame This frame is indended for any kind of full text information that does not fit in any other frame.
FrameCOMM() - Constructor for class de.ueberdosis.mp3info.id3v2.FrameCOMM
 
FrameCOMM(ID3V2Frame) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameCOMM
 
FrameCOMM(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameCOMM
 
FrameCOMR - class de.ueberdosis.mp3info.id3v2.FrameCOMR.
Commercial frame This frame enables several competing offers in the same tag by bundling all needed information.
FrameCOMR(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameCOMR
 
FrameENCR - class de.ueberdosis.mp3info.id3v2.FrameENCR.
Encryption method registration To identify with which method a frame has been encrypted the encryption method must be registered in the tag with this frame.
FrameENCR(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameENCR
 
FrameEQUA - class de.ueberdosis.mp3info.id3v2.FrameEQUA.
Equalisation Frame This is another subjective, alignment frame.
FrameEQUA.Adjustment - class de.ueberdosis.mp3info.id3v2.FrameEQUA.Adjustment.
 
FrameEQUA.Adjustment() - Constructor for class de.ueberdosis.mp3info.id3v2.FrameEQUA.Adjustment
 
FrameEQUA(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameEQUA
 
FrameETCO - class de.ueberdosis.mp3info.id3v2.FrameETCO.
Event timing codes frame This frame allows synchronisation with key events in a song or sound.
FrameETCO.EventTime - class de.ueberdosis.mp3info.id3v2.FrameETCO.EventTime.
 
FrameETCO.EventTime() - Constructor for class de.ueberdosis.mp3info.id3v2.FrameETCO.EventTime
 
FrameETCO(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameETCO
 
FrameGEOB - class de.ueberdosis.mp3info.id3v2.FrameGEOB.
General encapsulated object In this frame any type of file can be encapsulated.
FrameGEOB(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameGEOB
 
FrameIPLS - class de.ueberdosis.mp3info.id3v2.FrameIPLS.
Involved people frame Since there might be a lot of people contributing to an audio file in various ways, such as musicians and technicians, the 'Text information frames' are often insufficient to list everyone involved in a project.
FrameIPLS.TwoStrings - class de.ueberdosis.mp3info.id3v2.FrameIPLS.TwoStrings.
 
FrameIPLS.TwoStrings() - Constructor for class de.ueberdosis.mp3info.id3v2.FrameIPLS.TwoStrings
 
FrameIPLS(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameIPLS
 
FrameMCDI - class de.ueberdosis.mp3info.id3v2.FrameMCDI.
Music CD identifier frame This frame is intended for music that comes from a CD, so that the CD can be identified in databases such as the CDDB.
FrameMCDI(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameMCDI
 
FrameOWNE - class de.ueberdosis.mp3info.id3v2.FrameOWNE.
Ownership frame The ownership frame might be used as a reminder of a made transaction or, if signed, as proof.
FrameOWNE(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameOWNE
 
FramePCNT - class de.ueberdosis.mp3info.id3v2.FramePCNT.
Play counter This is simply a counter of the number of times a file has been played.
FramePCNT(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FramePCNT
 
FramePOPM - class de.ueberdosis.mp3info.id3v2.FramePOPM.
Popularimeter The purpose of this frame is to specify how good an audio file is.
FramePOPM(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FramePOPM
 
FramePOSS - class de.ueberdosis.mp3info.id3v2.FramePOSS.
Position synchronisation frame This frame delivers information to the listener of how far into the audio stream he picked up; in effect, it states the time offset of the first frame in the stream.
FramePOSS(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FramePOSS
 
FrameRBUF - class de.ueberdosis.mp3info.id3v2.FrameRBUF.
Recommended buffer size Sometimes the server from which a audio file is streamed is aware of transmission or coding problems resulting in interruptions in the audio stream.
FrameRBUF(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameRBUF
 
FrameRVRB - class de.ueberdosis.mp3info.id3v2.FrameRVRB.
Reverb frame Yet another subjective one.
FrameRVRB(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameRVRB
 
FrameSYLT - class de.ueberdosis.mp3info.id3v2.FrameSYLT.
Sychronised lyrics/text transcription
FrameSYLT.TextData - class de.ueberdosis.mp3info.id3v2.FrameSYLT.TextData.
 
FrameSYLT.TextData() - Constructor for class de.ueberdosis.mp3info.id3v2.FrameSYLT.TextData
 
FrameSYLT(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameSYLT
 
FrameSYTC - class de.ueberdosis.mp3info.id3v2.FrameSYTC.
Synchronised tempo codes For a more accurate description of the tempo of a musical piece this frame might be used.
FrameSYTC.TimeCode - class de.ueberdosis.mp3info.id3v2.FrameSYTC.TimeCode.
 
FrameSYTC.TimeCode() - Constructor for class de.ueberdosis.mp3info.id3v2.FrameSYTC.TimeCode
 
FrameSYTC(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameSYTC
 
FrameT - class de.ueberdosis.mp3info.id3v2.FrameT.
Base class for all text related frames.
FrameT(ID3V2Frame) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameT
 
FrameT(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameT
 
FrameT(String) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameT
 
FrameTALB - class de.ueberdosis.mp3info.id3v2.FrameTALB.
Album/Movie/Show title frame
FrameTALB() - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTALB
 
FrameTALB(ID3V2Frame) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTALB
 
FrameTALB(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTALB
 
FrameTBPM - class de.ueberdosis.mp3info.id3v2.FrameTBPM.
BPM frame
FrameTBPM(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTBPM
 
FrameTCOM - class de.ueberdosis.mp3info.id3v2.FrameTCOM.
Composer frame
FrameTCOM() - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTCOM
 
FrameTCOM(ID3V2Frame) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTCOM
 
FrameTCOM(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTCOM
 
FrameTCON - class de.ueberdosis.mp3info.id3v2.FrameTCON.
Content type frame
FrameTCON() - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTCON
 
FrameTCON(ID3V2Frame) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTCON
 
FrameTCON(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTCON
 
FrameTCOP - class de.ueberdosis.mp3info.id3v2.FrameTCOP.
Copyright frame
FrameTCOP() - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTCOP
 
FrameTCOP(ID3V2Frame) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTCOP
 
FrameTCOP(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTCOP
 
FrameTDAT - class de.ueberdosis.mp3info.id3v2.FrameTDAT.
Date frame
FrameTDAT(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTDAT
 
FrameTDLY - class de.ueberdosis.mp3info.id3v2.FrameTDLY.
Playlist delay frame The 'Playlist delay' defines the numbers of milliseconds of silence between every song in a playlist.
FrameTDLY(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTDLY
 
FrameTENC - class de.ueberdosis.mp3info.id3v2.FrameTENC.
Encoded by Frame.
FrameTENC() - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTENC
 
FrameTENC(ID3V2Frame) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTENC
 
FrameTENC(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTENC
 
FrameTEXT - class de.ueberdosis.mp3info.id3v2.FrameTEXT.
Textwriter Frame.
FrameTEXT(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTEXT
 
FrameTFLT - class de.ueberdosis.mp3info.id3v2.FrameTFLT.
Filetype Frame.
FrameTFLT(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTFLT
 
FrameTIME - class de.ueberdosis.mp3info.id3v2.FrameTIME.
Time Frame.
FrameTIME(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTIME
 
FrameTIT1 - class de.ueberdosis.mp3info.id3v2.FrameTIT1.
Title 1 Frame.
FrameTIT1(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTIT1
 
FrameTIT2 - class de.ueberdosis.mp3info.id3v2.FrameTIT2.
Title/Songname/Content description frame
FrameTIT2() - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTIT2
 
FrameTIT2(ID3V2Frame) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTIT2
 
FrameTIT2(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTIT2
 
FrameTIT3 - class de.ueberdosis.mp3info.id3v2.FrameTIT3.
Title 3 Frame.
FrameTIT3(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTIT3
 
FrameTKEY - class de.ueberdosis.mp3info.id3v2.FrameTKEY.
Initial key Frame.
FrameTKEY(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTKEY
 
FrameTLAN - class de.ueberdosis.mp3info.id3v2.FrameTLAN.
Language Frame.
FrameTLAN(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTLAN
 
FrameTLEN - class de.ueberdosis.mp3info.id3v2.FrameTLEN.
Length Frame.
FrameTLEN(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTLEN
 
FrameTMED - class de.ueberdosis.mp3info.id3v2.FrameTMED.
Media Frame The 'Media type' frame describes from which media the sound originated.
FrameTMED(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTMED
 
FrameTOAL - class de.ueberdosis.mp3info.id3v2.FrameTOAL.
Original album/movie/show title Frame The 'Original album/movie/show title' frame is intended for the title of the original recording (or source of sound), if for example the music in the file should be a cover of a previously released song.
FrameTOAL(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTOAL
 
FrameTOFN - class de.ueberdosis.mp3info.id3v2.FrameTOFN.
Original file name Frame The 'Original filename' frame contains the preferred filename for the file, since some media doesn't allow the desired length of the filename.
FrameTOFN(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTOFN
 
FrameTOLY - class de.ueberdosis.mp3info.id3v2.FrameTOLY.
Original lyricist Frame The 'Original lyricist(s)/text writer(s)' frame is intended for the text writer(s) of the original recording, if for example the music in the file should be a cover of a previously released song.
FrameTOLY(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTOLY
 
FrameTOPE - class de.ueberdosis.mp3info.id3v2.FrameTOPE.
Original artist(s)/performer(s)
FrameTOPE() - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTOPE
 
FrameTOPE(ID3V2Frame) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTOPE
 
FrameTOPE(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTOPE
 
FrameTORY - class de.ueberdosis.mp3info.id3v2.FrameTORY.
Original release year Frame The 'Original release year' frame is intended for the year when the original recording, if for example the music in the file should be a cover of a previously released song, was released.
FrameTORY(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTORY
 
FrameTOWN - class de.ueberdosis.mp3info.id3v2.FrameTOWN.
File owner Frame The 'File owner/licensee' frame contains the name of the owner or licensee of the file and it's contents.
FrameTOWN(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTOWN
 
FrameTPE1 - class de.ueberdosis.mp3info.id3v2.FrameTPE1.
Lead artist(s)/Lead performer(s)/Soloist(s)/Performing group frame
FrameTPE1() - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTPE1
 
FrameTPE1(ID3V2Frame) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTPE1
 
FrameTPE1(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTPE1
 
FrameTPE2 - class de.ueberdosis.mp3info.id3v2.FrameTPE2.
Band Frame The 'Band/Orchestra/Accompaniment' frame is used for additional information about the performers in the recording.
FrameTPE2(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTPE2
 
FrameTPE3 - class de.ueberdosis.mp3info.id3v2.FrameTPE3.
Band Frame The 'Band/Orchestra/Accompaniment' frame is used for additional information about the performers in the recording.
FrameTPE3(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTPE3
 
FrameTPE4 - class de.ueberdosis.mp3info.id3v2.FrameTPE4.
Interpreter Frame The 'Interpreted, remixed, or otherwise modified by' frame contains more information about the people behind a remix and similar interpretations of another existing piece.
FrameTPE4(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTPE4
 
FrameTPOS - class de.ueberdosis.mp3info.id3v2.FrameTPOS.
Part of a set Frame The 'Part of a set' frame is a numeric string that describes which part of a set the audio came from.
FrameTPOS(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTPOS
 
FrameTPUB - class de.ueberdosis.mp3info.id3v2.FrameTPUB.
Publisher Frame The 'Publisher' frame simply contains the name of the label or publisher.
FrameTPUB(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTPUB
 
FrameTRCK - class de.ueberdosis.mp3info.id3v2.FrameTRCK.
Track frame The 'Track number/Position in set' frame is a numeric string containing the order number of the audio-file on its original recording.
FrameTRCK() - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTRCK
 
FrameTRCK(ID3V2Frame) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTRCK
 
FrameTRCK(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTRCK
 
FrameTRDA - class de.ueberdosis.mp3info.id3v2.FrameTRDA.
Recording date frame The 'Recording dates' frame is a intended to be used as complement to the "TYER", "TDAT" and "TIME" frames.
FrameTRDA(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTRDA
 
FrameTRSN - class de.ueberdosis.mp3info.id3v2.FrameTRSN.
Inet radio station frame The 'Internet radio station name' frame contains the name of the internet radio station from which the audio is streamed.
FrameTRSN(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTRSN
 
FrameTRSO - class de.ueberdosis.mp3info.id3v2.FrameTRSO.
Inet radio station owner frame The 'Internet radio station owner' frame contains the name of the owner of the internet radio station from which the audio is streamed.
FrameTRSO(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTRSO
 
FrameTSIZ - class de.ueberdosis.mp3info.id3v2.FrameTSIZ.
Size frame The 'Size' frame contains the size of the audiofile in bytes, excluding the ID3v2 tag, represented as a numeric string.
FrameTSIZ(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTSIZ
 
FrameTSRC - class de.ueberdosis.mp3info.id3v2.FrameTSRC.
ISRC frame The 'ISRC' frame should contain the International Standard Recording Code (ISRC) (12 characters).
FrameTSRC(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTSRC
 
FrameTSSE - class de.ueberdosis.mp3info.id3v2.FrameTSSE.
Soft-/Hardwaresettings frame The 'Software/Hardware and settings used for encoding' frame includes the used audio encoder and its settings when the file was encoded.
FrameTSSE(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTSSE
 
FrameTXXX - class de.ueberdosis.mp3info.id3v2.FrameTXXX.
User defined text frame This frame is intended for one-string text information concerning the audiofile in a similar way to the other "T"-frames.
FrameTXXX(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTXXX
 
FrameTYER - class de.ueberdosis.mp3info.id3v2.FrameTYER.
Year frame The 'Year' frame is a numeric string with a year of the recording.
FrameTYER() - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTYER
 
FrameTYER(ID3V2Frame) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTYER
 
FrameTYER(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameTYER
 
FrameUFID - class de.ueberdosis.mp3info.id3v2.FrameUFID.
Unique file identifier frame
FrameUFID(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameUFID
 
FrameUSER - class de.ueberdosis.mp3info.id3v2.FrameUSER.
Terms of use frame This frame contains a brief description of the terms of use and ownership of the file.
FrameUSER(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameUSER
 
FrameUSLT - class de.ueberdosis.mp3info.id3v2.FrameUSLT.
Unsychronised lyrics/text transcription This frame contains the lyrics of the song or a text transcription of other vocal activities.
FrameUSLT(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameUSLT
 
FrameW - class de.ueberdosis.mp3info.id3v2.FrameW.
Base class for all URL frames (W000-WZZZ).
FrameW(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameW
 
FrameWCOM - class de.ueberdosis.mp3info.id3v2.FrameWCOM.
Commercial url frame The 'Commercial information' frame is a URL pointing at a webpage with information such as where the album can be bought.
FrameWCOM(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameWCOM
 
FrameWCOP - class de.ueberdosis.mp3info.id3v2.FrameWCOP.
Copyright url frame The 'Copyright/Legal information' frame is a URL pointing at a webpage where the terms of use and ownership of the file is described.
FrameWCOP(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameWCOP
 
FrameWOAF - class de.ueberdosis.mp3info.id3v2.FrameWOAF.
Oficial audio url frame The 'Official audio file webpage' frame is a URL pointing at a file specific webpage.
FrameWOAF(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameWOAF
 
FrameWOAR - class de.ueberdosis.mp3info.id3v2.FrameWOAR.
Oficial artist url frame The 'Official artist/performer webpage' frame is a URL pointing at the artists official webpage.
FrameWOAR(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameWOAR
 
FrameWOAS - class de.ueberdosis.mp3info.id3v2.FrameWOAS.
Oficial audio source url frame The 'Official audio source webpage' frame is a URL pointing at the official webpage for the source of the audio file, e.g.
FrameWOAS(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameWOAS
 
FrameWORS - class de.ueberdosis.mp3info.id3v2.FrameWORS.
Oficial internet radio station url frame The 'Official internet radio station homepage' contains a URL pointing at the homepage of the internet radio station.
FrameWORS(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameWORS
 
FrameWPAY - class de.ueberdosis.mp3info.id3v2.FrameWPAY.
Payment url frame The 'Payment' frame is a URL pointing at a webpage that will handle the process of paying for this file.
FrameWPAY(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameWPAY
 
FrameWPUB - class de.ueberdosis.mp3info.id3v2.FrameWPUB.
Publisher url frame The 'Publishers official webpage' frame is a URL pointing at the official wepage for the publisher.
FrameWPUB(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameWPUB
 
FrameWXXX - class de.ueberdosis.mp3info.id3v2.FrameWXXX.
User defined url frame This frame is intended for URL links concerning the audiofile in a similar way to the other "W"-frames.
FrameWXXX() - Constructor for class de.ueberdosis.mp3info.id3v2.FrameWXXX
 
FrameWXXX(ID3V2Frame) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameWXXX
 
FrameWXXX(ID3V2Frame, DataSource) - Constructor for class de.ueberdosis.mp3info.id3v2.FrameWXXX
 
frequencies - Static variable in class de.ueberdosis.mp3info.ExtendedID3Tag
String representation of the samplerates
frequenciesI - Static variable in class de.ueberdosis.mp3info.ExtendedID3Tag
Int representation of the samplerates.
frequency - Variable in class de.ueberdosis.mp3info.id3v2.FrameEQUA.Adjustment
 

G

genres - Static variable in class de.ueberdosis.mp3info.ID3Tag
String representation of all curently used genres
getAlbum() - Method in class de.ueberdosis.mp3info.facades.Wamp
 
getAlbum() - Method in class de.ueberdosis.mp3info.ID3Tag
 
getAlbum() - Method in class id3
 
getArtist() - Method in class de.ueberdosis.mp3info.facades.Wamp
 
getArtist() - Method in class de.ueberdosis.mp3info.ID3Tag
 
getArtist() - Method in class id3
 
getBitrate() - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
gives you the bitrate-ID
getBitRate() - Method in class id3
 
getBitrate2I() - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
gives you the real lower bitrate or 0 if an error occured or this information is otherwise unavailable
getBitrate2S() - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
 
getBitrateI() - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
gives you the real higher bitrate or 0 if an error occured or this information is otherwise unavailable
getBitrateS() - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
gives you a String representation of the bitrate
getByte() - Method in interface de.ueberdosis.mp3info.id3v2.DataSource
delivers the next available byte
getByte() - Method in class de.ueberdosis.mp3info.id3v2.FileFrameDataSource
delivers the next available byte
getBytes(long) - Method in interface de.ueberdosis.mp3info.id3v2.DataSource
delivers the next available bytes
getBytes(long) - Method in class de.ueberdosis.mp3info.id3v2.FileFrameDataSource
delivers the next available bytes
getBytesLeft() - Method in interface de.ueberdosis.mp3info.id3v2.DataSource
informs how many more bytes can be read
getBytesLeft() - Method in class de.ueberdosis.mp3info.id3v2.FileFrameDataSource
informs how many more bytes can be read
getBytesTo(byte) - Method in interface de.ueberdosis.mp3info.id3v2.DataSource
delivers the next bytes until a certain byte or the end is encountered
getBytesTo(byte) - Method in class de.ueberdosis.mp3info.id3v2.FileFrameDataSource
delivers the next bytes until a 0 or the end is encountered
getChannelMode() - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
Gives you the channel Mode as an ID
getChannelModeS() - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
Gives you a String representation of the channel mode
getComment() - Method in class de.ueberdosis.mp3info.facades.Wamp
 
getComment() - Method in class de.ueberdosis.mp3info.ID3Tag
 
getComment() - Method in class id3
 
getComposer() - Method in class de.ueberdosis.mp3info.facades.Wamp
 
getCopyright() - Method in class de.ueberdosis.mp3info.facades.Wamp
 
getCopyright() - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
Gets if the material contained in this mp3 is copyrighted
getCrc() - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
returns if CRC-Protection is on
getData() - Method in class de.ueberdosis.mp3info.id3v2.FrameCOMM
 
getData() - Method in class de.ueberdosis.mp3info.id3v2.FrameOWNE
 
getData() - Method in class de.ueberdosis.mp3info.id3v2.FrameT
 
getData() - Method in class de.ueberdosis.mp3info.id3v2.FrameWXXX
 
getData() - Method in class de.ueberdosis.mp3info.id3v2.ID3V2Frame
creates an byte array containing the data in the Frame.
getDataLengthIndicator() - Method in class de.ueberdosis.mp3info.id3v2.ID3V2Frame
 
getDescription() - Method in class de.ueberdosis.mp3info.id3v2.FrameWXXX
 
getEffectiveSize() - Method in class de.ueberdosis.mp3info.id3v2.ID3V2Tag
The size of the whole tag (effectively used).
getEmphasis() - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
gets the emphasis as an ID
getEmphasisS() - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
Gives you a String representation of the emphasis used
getEncodedBy() - Method in class de.ueberdosis.mp3info.facades.Wamp
 
getEncryptionInfo() - Method in class de.ueberdosis.mp3info.id3v2.FrameAENC
 
getEventName(int) - Static method in class de.ueberdosis.mp3info.id3v2.FrameETCO
 
getExtendedID3Tag() - Method in class de.ueberdosis.mp3info.ID3Reader
gives you the parsed tag
getFileAlterPreservation() - Method in class de.ueberdosis.mp3info.id3v2.ID3V2Frame
 
getFlags() - Method in class de.ueberdosis.mp3info.id3v2.Header
 
getFramecount() - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
Gives you the frame count, or 0 if there has been an error counting
getFrameID() - Method in class de.ueberdosis.mp3info.id3v2.ID3V2Frame
 
getFrames() - Method in class de.ueberdosis.mp3info.id3v2.ID3V2Tag
 
getFrequency() - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
Gets the samplerate as an ID.
getFrequencyI() - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
Gives you the real samplerate or 0 if this information is unavailable.
getFrequencyS() - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
Gets a String representation of the samplerate.
getGenre() - Method in class de.ueberdosis.mp3info.facades.Wamp
 
getGenre() - Method in class de.ueberdosis.mp3info.ID3Tag
 
getGenre() - Method in class id3
 
getGenreS() - Method in class de.ueberdosis.mp3info.facades.Wamp
 
getGenreS() - Method in class de.ueberdosis.mp3info.ID3Tag
 
getHeader() - Method in class de.ueberdosis.mp3info.id3v2.ID3V2Reader
 
getHeader() - Method in class de.ueberdosis.mp3info.id3v2.ID3V2Tag
 
getIdentifier() - Method in class de.ueberdosis.mp3info.id3v2.Header
 
getInfo() - Method in class id3
Gives you a String with all relevant information
getLayer() - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
gives the layer-ID @see setLayer
getLayerI() - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
 
getLayerS() - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
gives a String representation of the Layer
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameAENC
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameAPIC
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameCOMM
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameCOMR
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameENCR
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameEQUA
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameETCO
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameGEOB
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameIPLS
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameMCDI
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameOWNE
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FramePCNT
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FramePOPM
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FramePOSS
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameRBUF
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameRVRB
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameSYLT
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameSYTC
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameT
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTALB
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTBPM
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTCOM
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTCON
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTCOP
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTDAT
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTDLY
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTENC
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTEXT
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTFLT
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTIME
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTIT1
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTIT2
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTIT3
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTKEY
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTLAN
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTLEN
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTMED
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTOAL
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTOFN
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTOLY
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTOPE
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTORY
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTOWN
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTPE1
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTPE2
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTPE3
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTPE4
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTPOS
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTPUB
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTRCK
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTRDA
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTRSN
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTRSO
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTSIZ
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTSRC
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTSSE
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTXXX
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameTYER
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameUFID
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameUSER
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameUSLT
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameW
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameWCOM
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameWCOP
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameWOAF
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameWOAR
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameWOAS
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameWORS
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameWPAY
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameWPUB
 
getLongName() - Method in class de.ueberdosis.mp3info.id3v2.FrameWXXX
 
getMpegID() - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
returns the MpegID.
getMpegIDS() - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
returns a String representation of the Mpeg-level.
getOriginal() - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
Gets if this mp3 is the original, or if it's only a copy
getOriginalArtist() - Method in class de.ueberdosis.mp3info.facades.Wamp
 
getOriginalSize() - Method in class de.ueberdosis.mp3info.id3v2.ID3V2Tag
 
getOwnerIdentifier() - Method in class de.ueberdosis.mp3info.id3v2.FrameAENC
 
getPadding() - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
Gets if padding of the frame that supplied the extended information is on
getPosition() - Method in class de.ueberdosis.mp3info.ID3TagException
 
getPosition() - Method in class de.ueberdosis.mp3info.ID3V2Exception
 
getPreviewLength() - Method in class de.ueberdosis.mp3info.id3v2.FrameAENC
 
getPreviewStart() - Method in class de.ueberdosis.mp3info.id3v2.FrameAENC
 
getPricePayed() - Method in class de.ueberdosis.mp3info.id3v2.FrameOWNE
 
getPurchaseDate() - Method in class de.ueberdosis.mp3info.id3v2.FrameOWNE
 
getRevision() - Method in class de.ueberdosis.mp3info.id3v2.Header
 
getRuntime() - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
Gives you the running time in seconds.
getSeller() - Method in class de.ueberdosis.mp3info.id3v2.FrameOWNE
 
getSize() - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
Gives the size of the examined file
getSize() - Method in class de.ueberdosis.mp3info.id3v2.Header
 
getSize() - Method in class de.ueberdosis.mp3info.id3v2.ID3V2Frame
 
getSize() - Method in class de.ueberdosis.mp3info.id3v2.ID3V2Tag
 
getTagAlterPreservation() - Method in class de.ueberdosis.mp3info.id3v2.ID3V2Frame
 
getTechnicalString() - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
gives you one line with technical information
getText() - Method in class de.ueberdosis.mp3info.id3v2.FrameCOMM
 
getText() - Method in class de.ueberdosis.mp3info.id3v2.FrameT
 
getTitle() - Method in class de.ueberdosis.mp3info.facades.Wamp
 
getTitle() - Method in class de.ueberdosis.mp3info.ID3Tag
 
getTitle() - Method in class id3
 
getTrack() - Method in class de.ueberdosis.mp3info.facades.Wamp
 
getTrack() - Method in class de.ueberdosis.mp3info.ID3Tag
 
getTrack() - Method in class id3
 
getTrackS() - Method in class de.ueberdosis.mp3info.facades.Wamp
 
getTrackS() - Method in class de.ueberdosis.mp3info.ID3Tag
 
getUnsynchronisation() - Method in class de.ueberdosis.mp3info.id3v2.ID3V2Frame
 
getURL() - Method in class de.ueberdosis.mp3info.facades.Wamp
 
getV1Tag() - Method in class de.ueberdosis.mp3info.facades.Wamp
 
getV2Tag() - Method in class de.ueberdosis.mp3info.facades.Wamp
 
getV2Tag() - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
 
getV2Tag() - Static method in class de.ueberdosis.mp3info.ID3Reader
Gives you the last encountered ID3V2Tag.
getV2Tag() - Method in class de.ueberdosis.mp3info.id3v2.ID3V2Reader
 
getValue() - Method in class de.ueberdosis.mp3info.id3v2.FrameCOMM
 
getValue() - Method in class de.ueberdosis.mp3info.id3v2.FrameWXXX
 
getVersion() - Method in class de.ueberdosis.mp3info.id3v2.Header
 
getYear() - Method in class de.ueberdosis.mp3info.facades.Wamp
 
getYear() - Method in class de.ueberdosis.mp3info.ID3Tag
 
getYear() - Method in class id3
 

H

hasExtendedHeader() - Method in class de.ueberdosis.mp3info.id3v2.Header
 
hasFooter() - Method in class de.ueberdosis.mp3info.id3v2.Header
 
hasGroupingIdentity() - Method in class de.ueberdosis.mp3info.id3v2.ID3V2Frame
 
hasMoreBytes() - Method in interface de.ueberdosis.mp3info.id3v2.DataSource
informs whether there are more bytes than can be read
hasMoreBytes() - Method in class de.ueberdosis.mp3info.id3v2.FileFrameDataSource
informs whether there are more bytes than can be read
hasUnknownFlags() - Method in class de.ueberdosis.mp3info.id3v2.Header
 
hasUnsynchronisation() - Method in class de.ueberdosis.mp3info.id3v2.Header
 
Header - class de.ueberdosis.mp3info.id3v2.Header.
 
Header() - Constructor for class de.ueberdosis.mp3info.id3v2.Header
Creates a basic header
Header(byte[]) - Constructor for class de.ueberdosis.mp3info.id3v2.Header
 
Header(Header) - Constructor for class de.ueberdosis.mp3info.id3v2.Header
Copy constructor
Helper - class de.ueberdosis.mp3info.id3v2.Helper.
Provides some functionality that is necessary for decoding ID3v2
Helper() - Constructor for class de.ueberdosis.mp3info.id3v2.Helper
 

I

id3 - class id3.
 
id3(String) - Constructor for class id3
Constructor of id3, each id3-class is bound to one file
id3d - class examples.id3d.
Reads a V2 tag from a file and opens a window to edit all V2 frames encountered.
id3d() - Constructor for class examples.id3d
 
id3d2 - class examples.id3d2.
Reads a V2 tag from a file and opens a window to edit all V2 frames encountered.
id3d2() - Constructor for class examples.id3d2
 
id3d3 - class examples.id3d3.
Reads a V1 tag from a file, copies the contents into a V2 tag and writes this back to the file.
id3d3() - Constructor for class examples.id3d3
 
id3d4 - class examples.id3d4.
Reads a whole directory and writes all information it encounters to a file
id3d4() - Constructor for class examples.id3d4
 
id3d5 - class examples.id3d5.
Just maximum debug
id3d5() - Constructor for class examples.id3d5
 
Id3JPanel - class de.ueberdosis.mp3info.gui.Id3JPanel.
 
Id3JPanel() - Constructor for class de.ueberdosis.mp3info.gui.Id3JPanel
 
Id3JPanel(boolean) - Constructor for class de.ueberdosis.mp3info.gui.Id3JPanel
 
Id3JPanel(LayoutManager) - Constructor for class de.ueberdosis.mp3info.gui.Id3JPanel
 
Id3JPanel(LayoutManager, boolean) - Constructor for class de.ueberdosis.mp3info.gui.Id3JPanel
 
Id3Panel - class de.ueberdosis.mp3info.gui.Id3Panel.
 
Id3Panel() - Constructor for class de.ueberdosis.mp3info.gui.Id3Panel
 
ID3Reader - class de.ueberdosis.mp3info.ID3Reader.
ID 3 version 1.6.0 and Bitrate reader Milon Krejca , Florian Heer , (c) 2000
ID3Reader(String) - Constructor for class de.ueberdosis.mp3info.ID3Reader
 
ID3Tag - class de.ueberdosis.mp3info.ID3Tag.
Contains the information a ID3 V1 tag has
ID3Tag() - Constructor for class de.ueberdosis.mp3info.ID3Tag
 
ID3Tag(byte[]) - Constructor for class de.ueberdosis.mp3info.ID3Tag
tagBytes is an Array of 128 bytes containing the proposed ID3Tag.
ID3Tag(ID3Tag) - Constructor for class de.ueberdosis.mp3info.ID3Tag
Creates a copy of an existing tag
ID3TagException - exception de.ueberdosis.mp3info.ID3TagException.
Contains information about a possibly encountered ID3-Tag
ID3TagException(String) - Constructor for class de.ueberdosis.mp3info.ID3TagException
 
ID3V2_FOOTER_SIZE - Static variable in interface de.ueberdosis.mp3info.Defines
Number of bytes an ID3v2-footer uses
ID3V2_FRAME_HEADER_SIZE - Static variable in interface de.ueberdosis.mp3info.Defines
Number of bytes an ID3v2-frame-header uses
ID3V2_HEADER_SIZE - Static variable in interface de.ueberdosis.mp3info.Defines
Number of bytes an ID3v2-header uses
ID3V2_X_HEADER_SIZE - Static variable in interface de.ueberdosis.mp3info.Defines
Number of bytes an extended ID3v2 header uses
ID3V2Exception - exception de.ueberdosis.mp3info.ID3V2Exception.
Contains information about a possibly encountered ID3V2-Tag
ID3V2Exception(String) - Constructor for class de.ueberdosis.mp3info.ID3V2Exception
 
ID3V2Frame - class de.ueberdosis.mp3info.id3v2.ID3V2Frame.
Contains information about one ID3v2 frame.
ID3V2Frame(byte[]) - Constructor for class de.ueberdosis.mp3info.id3v2.ID3V2Frame
decoding constructor
ID3V2Frame(ID3V2Frame) - Constructor for class de.ueberdosis.mp3info.id3v2.ID3V2Frame
Copy constructor
ID3V2Frame(String) - Constructor for class de.ueberdosis.mp3info.id3v2.ID3V2Frame
 
ID3V2Reader - class de.ueberdosis.mp3info.id3v2.ID3V2Reader.
Contains all functionality to read and decode an ID3v2-Tag.
ID3V2Reader(RandomAccessFile, long) - Constructor for class de.ueberdosis.mp3info.id3v2.ID3V2Reader
Constructs a reader.
ID3V2Tag - class de.ueberdosis.mp3info.id3v2.ID3V2Tag.
Contains the whole V2Tag.
ID3V2Tag() - Constructor for class de.ueberdosis.mp3info.id3v2.ID3V2Tag
 
ID3V2Tag(ID3V2Tag) - Constructor for class de.ueberdosis.mp3info.id3v2.ID3V2Tag
Deep copy constructor
ID3V2Writer - class de.ueberdosis.mp3info.id3v2.ID3V2Writer.
The API for writing an ID3V2 tag to a file.
ID3V2Writer() - Constructor for class de.ueberdosis.mp3info.id3v2.ID3V2Writer
 
ID3Writer - class de.ueberdosis.mp3info.ID3Writer.
API for writing an ID3Tag to the specified file.
ID3Writer() - Constructor for class de.ueberdosis.mp3info.ID3Writer
 
increment - Variable in class de.ueberdosis.mp3info.id3v2.FrameEQUA.Adjustment
 
isAltered() - Method in class de.ueberdosis.mp3info.id3v2.ID3V2Frame
Tells if the contained data are altered compared to those in the file.
isCompressed() - Method in class de.ueberdosis.mp3info.id3v2.ID3V2Frame
 
isEncrypted() - Method in class de.ueberdosis.mp3info.id3v2.ID3V2Frame
 
isExperimental() - Method in class de.ueberdosis.mp3info.id3v2.Header
 
ISO_LANGUAGES - Static variable in class de.ueberdosis.mp3info.id3v2.Languages
 
isReadOnly() - Method in class de.ueberdosis.mp3info.id3v2.ID3V2Frame
 
isValid() - Method in class de.ueberdosis.mp3info.id3v2.ID3V2Frame
WinAmp likes to fill unused spaces with lots of 0's, so we have to test the frame for its validity.
isValidTag() - Method in class de.ueberdosis.mp3info.ID3Tag
Gives information if this tag seems to be valid.

K

keepAllFrames - Static variable in class de.ueberdosis.mp3info.Configuration
Switches the behaviour of the ID3V2Writer.

L

labelHeight - Static variable in class de.ueberdosis.mp3info.Configuration
Height of a JLabel in the GUI-elements
labelWidth - Static variable in class de.ueberdosis.mp3info.Configuration
Width of a JLabel in the GUI-elements
Languages - class de.ueberdosis.mp3info.id3v2.Languages.
Contains a list of all available (ISO 639-2) languages and a helper method
Languages() - Constructor for class de.ueberdosis.mp3info.id3v2.Languages
 
legalSince - Variable in class de.ueberdosis.mp3info.id3v2.ID3V2Frame
The information since when a Frame is legal To be changed by subclasses.
legalSince() - Method in class de.ueberdosis.mp3info.id3v2.FrameAENC
 
legalSince() - Method in class de.ueberdosis.mp3info.id3v2.FrameAPIC
 
legalSince() - Method in class de.ueberdosis.mp3info.id3v2.FrameOWNE
 
legalSince() - Method in class de.ueberdosis.mp3info.id3v2.FrameTSIZ
 
legalSince() - Method in class de.ueberdosis.mp3info.id3v2.ID3V2Frame
Informs since which version of ID3V2 this Frame is legal Only major versions are supported (eg.

M

main(String[]) - Static method in class de.ueberdosis.mp3info.ID3Reader
 
main(String[]) - Static method in class id3
 
main(String[]) - Static method in class examples.id3d
 
main(String[]) - Static method in class examples.id3d2
 
main(String[]) - Static method in class examples.id3d3
 
main(String[]) - Static method in class examples.id3d4
 
main(String[]) - Static method in class examples.id3d5
 
MP3_FRAME_HEADER_SIZE - Static variable in interface de.ueberdosis.mp3info.Defines
Number of bytes an MP3-header uses

N

NotAnID3V2FrameException - exception de.ueberdosis.mp3info.id3v2.NotAnID3V2FrameException.
 
NotAnID3V2FrameException(String) - Constructor for class de.ueberdosis.mp3info.id3v2.NotAnID3V2FrameException
 

O

one - Variable in class de.ueberdosis.mp3info.id3v2.FrameIPLS.TwoStrings
 
OutputCtr - class de.ueberdosis.util.OutputCtr.
cheap output controlling.

P

pictureTypes - Static variable in class de.ueberdosis.mp3info.id3v2.FrameAPIC
 
pow(long, long) - Static method in class de.ueberdosis.mp3info.id3v2.Helper
 
print(int, Object) - Static method in class de.ueberdosis.util.OutputCtr
 
println(int, Object) - Static method in class de.ueberdosis.util.OutputCtr
 

R

readExtendedTag(RandomAccessFile) - Static method in class de.ueberdosis.mp3info.ID3Reader
reads an extended ID3Tag from the given file.
readTag(RandomAccessFile) - Static method in class de.ueberdosis.mp3info.ID3Reader
This reads an ID3V1Tag from the given File.
reallocateByteBuffer(int, byte[]) - Static method in class de.ueberdosis.mp3info.id3v2.Helper
creates a new byte array as buffer
removeFrame(ID3V2Frame) - Method in class de.ueberdosis.mp3info.id3v2.ID3V2Tag
 
removeUpdateListener(UpdateListener) - Method in class de.ueberdosis.mp3info.gui.Id3JPanel
 
reset() - Method in interface de.ueberdosis.mp3info.id3v2.DataSource
Sets the internal pointer to the start of the data
reset() - Method in class de.ueberdosis.mp3info.id3v2.FileFrameDataSource
Sets the internal pointer to the start of the data

S

seek(long) - Method in interface de.ueberdosis.mp3info.id3v2.DataSource
Sets the internal pointer to a given position in the data
seek(long) - Method in class de.ueberdosis.mp3info.id3v2.FileFrameDataSource
Sets the internal pointer to a given position in the data
SeekPastEndException - exception de.ueberdosis.mp3info.id3v2.SeekPastEndException.
 
SeekPastEndException(String) - Constructor for class de.ueberdosis.mp3info.id3v2.SeekPastEndException
 
setAlbum(String) - Method in class de.ueberdosis.mp3info.facades.Wamp
Sets the name of the album
setAlbum(String) - Method in class de.ueberdosis.mp3info.ID3Tag
Sets the name of the album
setArtist(String) - Method in class de.ueberdosis.mp3info.facades.Wamp
Sets the artist of the mp3
setArtist(String) - Method in class de.ueberdosis.mp3info.ID3Tag
Sets the artist of the mp3
setBitrate(int) - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
Sets the bitrate as an ID.
setBitrate2(int) - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
Sets the lower bitrate as an ID.
setChannelMode(int) - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
Sets the channel Mode as an ID.
setComment(String) - Method in class de.ueberdosis.mp3info.facades.Wamp
Sets a comment to the tag
setComment(String) - Method in class de.ueberdosis.mp3info.ID3Tag
Sets a comment to the tag
setComposer(String) - Method in class de.ueberdosis.mp3info.facades.Wamp
 
setCopyright(boolean) - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
Sets if the material contained in this mp3 is copyrighted
setCopyright(String) - Method in class de.ueberdosis.mp3info.facades.Wamp
 
setCrc(boolean) - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
Sets if CRC-protection is on
setDescription(String) - Method in interface de.ueberdosis.mp3info.id3v2.EncDescValFrame
 
setDescription(String) - Method in class de.ueberdosis.mp3info.id3v2.FrameCOMM
 
setDescription(String) - Method in class de.ueberdosis.mp3info.id3v2.FrameWXXX
 
setEmphasis(int) - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
Sets the emphasis as an ID
setEncodedBy(String) - Method in class de.ueberdosis.mp3info.facades.Wamp
 
setEncryptionInfo(byte[]) - Method in class de.ueberdosis.mp3info.id3v2.FrameAENC
 
setFramecount(int) - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
Sets the amount of frames contained in this file
setFrequency(int) - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
Sets the samplerate as an ID.
setGenre(byte) - Method in class de.ueberdosis.mp3info.facades.Wamp
Sets the genre of the song
setGenre(byte) - Method in class de.ueberdosis.mp3info.ID3Tag
Sets the genre of the song
setGenre(int) - Method in class de.ueberdosis.mp3info.facades.Wamp
 
setGenre(int) - Method in class de.ueberdosis.mp3info.ID3Tag
 
setGenre(String) - Method in class de.ueberdosis.mp3info.facades.Wamp
 
setHeader(Header) - Method in class de.ueberdosis.mp3info.id3v2.ID3V2Tag
 
setKRuntime(long) - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
Sets the running time of the examined file in milliseconds
setLayer(int) - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
Sets the layer of the mp3.
setLevel(int) - Static method in class de.ueberdosis.util.OutputCtr
Sets the debug level
setMpegID(int) - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
Sets the id of MPeg.
setOriginal(boolean) - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
Sets if this mp3 is the original, or if it's only a copy
setOriginalArtist(String) - Method in class de.ueberdosis.mp3info.facades.Wamp
 
setOwnerIdentifier(String) - Method in class de.ueberdosis.mp3info.id3v2.FrameAENC
 
setPadding(boolean) - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
Sets if padding of the frame that supplied the extended information is on
setPreviewLength(int) - Method in class de.ueberdosis.mp3info.id3v2.FrameAENC
 
setPreviewStart(int) - Method in class de.ueberdosis.mp3info.id3v2.FrameAENC
 
setPricePayed(String) - Method in class de.ueberdosis.mp3info.id3v2.FrameOWNE
 
setPurchaseDate(String) - Method in class de.ueberdosis.mp3info.id3v2.FrameOWNE
 
setRuntime(int) - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
Deprecated. as of mp3info V 1.6
setSeller(String) - Method in class de.ueberdosis.mp3info.id3v2.FrameOWNE
 
setSize(long) - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
Sets the size of the examined file
setStream(PrintStream) - Static method in class de.ueberdosis.util.OutputCtr
Changes the output from System.out
setText(String) - Method in class de.ueberdosis.mp3info.id3v2.FrameCOMM
Sets the content of the comment, not its description
setText(String) - Method in class de.ueberdosis.mp3info.id3v2.FrameT
 
setTitle(String) - Method in class de.ueberdosis.mp3info.facades.Wamp
Sets the title of the mp3
setTitle(String) - Method in class de.ueberdosis.mp3info.ID3Tag
Sets the title of the mp3
setTrack(byte) - Method in class de.ueberdosis.mp3info.facades.Wamp
sets the number of the track
setTrack(byte) - Method in class de.ueberdosis.mp3info.ID3Tag
 
setTrack(int) - Method in class de.ueberdosis.mp3info.facades.Wamp
 
setTrack(int) - Method in class de.ueberdosis.mp3info.ID3Tag
 
setTrack(String) - Method in class de.ueberdosis.mp3info.facades.Wamp
 
setURL(String) - Method in class de.ueberdosis.mp3info.facades.Wamp
 
setValue(String) - Method in interface de.ueberdosis.mp3info.id3v2.EncDescValFrame
 
setValue(String) - Method in class de.ueberdosis.mp3info.id3v2.FrameCOMM
 
setValue(String) - Method in class de.ueberdosis.mp3info.id3v2.FrameWXXX
 
setYear(String) - Method in class de.ueberdosis.mp3info.facades.Wamp
Sets the release-year of the original song
setYear(String) - Method in class de.ueberdosis.mp3info.ID3Tag
Sets the release-year of the original song
SUPPORTED_NUMBER_OF_EXTENDED_FLAG_BYTES - Static variable in interface de.ueberdosis.mp3info.Defines
Number of flags supported
synchsafe(long, int) - Static method in class de.ueberdosis.mp3info.id3v2.Helper
creates a number of synchsafe bytes from a long

T

testPositions - Static variable in interface de.ueberdosis.mp3info.Defines
 
text - Variable in class de.ueberdosis.mp3info.id3v2.FrameSYLT.TextData
 
textAreaHeight - Static variable in class de.ueberdosis.mp3info.Configuration
Height of a JTextArea in the GUI-elements
textAreaWidth - Static variable in class de.ueberdosis.mp3info.Configuration
Width of a JTextArea in the GUI-elements
textHeight - Static variable in class de.ueberdosis.mp3info.Configuration
Height of a JTextField in the GUI-elements
textWidth - Static variable in class de.ueberdosis.mp3info.Configuration
Width of a JTextField in the GUI-elements
timeFormats - Static variable in class de.ueberdosis.mp3info.id3v2.FrameETCO
 
timeFormats - Static variable in class de.ueberdosis.mp3info.id3v2.FrameSYTC
 
timeStamp - Variable in class de.ueberdosis.mp3info.id3v2.FrameETCO.EventTime
 
timeStamp - Variable in class de.ueberdosis.mp3info.id3v2.FrameSYLT.TextData
 
timeStamp - Variable in class de.ueberdosis.mp3info.id3v2.FrameSYTC.TimeCode
 
toByteArray() - Method in class de.ueberdosis.mp3info.ID3Tag
creates an ID3-Tag that can directly be written to a file
toByteArray() - Method in class de.ueberdosis.mp3info.id3v2.ID3V2Frame
creates a byte array containing the whole Frame
toByteArray() - Method in class de.ueberdosis.mp3info.id3v2.ID3V2Tag
A byte-array representation of the tag and all its contained frames
toString() - Method in class de.ueberdosis.mp3info.facades.Wamp
 
toString() - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
creates a rather large String with all relevant information
toString() - Method in class de.ueberdosis.mp3info.ID3TagException
 
toString() - Method in class de.ueberdosis.mp3info.gui.event.UpdateEvent
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameAENC
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameAPIC
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameCOMM
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameCOMR
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameENCR
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameEQUA
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameETCO
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameGEOB
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameIPLS
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameMCDI
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameOWNE
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FramePCNT
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FramePOPM
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FramePOSS
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameRBUF
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameRVRB
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameSYLT
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameSYTC
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameT
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTALB
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTBPM
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTCOM
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTCON
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTCOP
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTDAT
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTDLY
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTENC
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTEXT
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTFLT
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTIME
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTIT1
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTIT2
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTIT3
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTKEY
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTLAN
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTLEN
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTMED
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTOAL
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTOFN
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTOLY
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTOPE
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTORY
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTOWN
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTPE1
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTPE2
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTPE3
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTPE4
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTPOS
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTPUB
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTRCK
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTRDA
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTRSN
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTRSO
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTSIZ
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTSRC
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTSSE
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTXXX
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameTYER
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameUFID
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameUSER
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameUSLT
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameW
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameWCOM
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameWCOP
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameWOAF
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameWOAR
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameWOAS
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameWORS
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameWPAY
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameWPUB
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.FrameWXXX
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.Header
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.ID3V2Frame
 
toString() - Method in class de.ueberdosis.mp3info.id3v2.ID3V2Tag
 
two - Variable in class de.ueberdosis.mp3info.id3v2.FrameIPLS.TwoStrings
 

U

UndersizedException - exception de.ueberdosis.mp3info.UndersizedException.
Marker Exception used if more data is needed than we got.
UndersizedException(int, int) - Constructor for class de.ueberdosis.mp3info.UndersizedException
 
UndersizedException(String) - Constructor for class de.ueberdosis.mp3info.UndersizedException
 
UndersizedException(String, int, int) - Constructor for class de.ueberdosis.mp3info.UndersizedException
 
unsignedIntToByte(int) - Static method in class de.ueberdosis.mp3info.id3v2.Helper
converts an unsigned int (between 0 and 255) to a byte any value out of range will result in -128!!!
unsynchsafe(byte[]) - Static method in class de.ueberdosis.mp3info.id3v2.Helper
creates a long from a number of synchsafe bytes.
updateBitrates(ExtendedID3Tag) - Method in class de.ueberdosis.mp3info.ExtendedID3Tag
 
updateData() - Method in class de.ueberdosis.mp3info.gui.EncDescValJPanel
 
updateData() - Method in class de.ueberdosis.mp3info.gui.Id3JPanel
To be called if the Component does not perform selfupdating
updateData() - Method in class de.ueberdosis.mp3info.gui.Id3Panel
To be called if the Component does not perform selfupdating
UpdateEvent - class de.ueberdosis.mp3info.gui.event.UpdateEvent.
Is created when an Id3JPanel updates data of an ID3V2Frame
UpdateEvent(Id3JPanel) - Constructor for class de.ueberdosis.mp3info.gui.event.UpdateEvent
 
UpdateListener - interface de.ueberdosis.mp3info.gui.event.UpdateListener.
Listener for data updates in Id3Jpanels

V

v2tag - Static variable in class de.ueberdosis.mp3info.ID3Reader
 
VERSION - Static variable in interface de.ueberdosis.mp3info.Defines
 

W

Wamp - class de.ueberdosis.mp3info.facades.Wamp.
This encapsulates the information you can access via WinAmps property page
Wamp() - Constructor for class de.ueberdosis.mp3info.facades.Wamp
Creates an empty Tag
Wamp(ID3Tag) - Constructor for class de.ueberdosis.mp3info.facades.Wamp
Copies information from a V1 tag to a V2 tag
Wamp(ID3V2Tag) - Constructor for class de.ueberdosis.mp3info.facades.Wamp
Copies information from a V2 tag
writeTag(File, ID3V2Tag) - Static method in class de.ueberdosis.mp3info.id3v2.ID3V2Writer
 
writeTag(RandomAccessFile, ID3Tag) - Static method in class de.ueberdosis.mp3info.ID3Writer
writes a new tag to the specified File

X

xtag - Variable in class de.ueberdosis.mp3info.ID3Reader
stores one extended Tag.

A B C D E F G H I K L M N O P R S T U V W X